projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6ff46
)
*** empty log message ***
author
Roland McGrath
<roland@gnu.org>
Mon, 20 Sep 1993 20:02:01 +0000
(20:02 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 20 Sep 1993 20:02:01 +0000
(20:02 +0000)
src/getloadavg.c
patch
|
blob
|
history
diff --git
a/src/getloadavg.c
b/src/getloadavg.c
index b748c3a5ace1a8deac62ebc589db6e5c9becd0b1..ad79231f671a518b90b69a0b1dd0c4cb05374f51 100644
(file)
--- a/
src/getloadavg.c
+++ b/
src/getloadavg.c
@@
-69,10
+69,14
@@
#ifdef HAVE_CONFIG_H
+#if defined (emacs) || defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because
getloadavg.c was found
in $srcdir). */
+ (which it would do because
it found this file
in $srcdir). */
#include <config.h>
+#else
+#include "config.h"
+#endif
#endif